Learn R Programming

crunch (version 1.14.4)

[,CrunchExpr,CrunchLogicalExpr,ANY-method: "Subset" a Variable

Description

These methods subset variables by creating Expressions, which can be composed and evaluated as needed.

Usage

"["(x, i, j, ..., drop = FALSE)
"["(x, i, j, ..., drop = TRUE)
"["(x, i, j, ..., drop = TRUE)
"["(x, i, j, ..., drop = FALSE)
"["(x, i, j, ..., drop = TRUE)
"["(x, i, j, ..., drop = TRUE)

Arguments

x
a Variable
i
a CrunchExpr, logical, or numeric
j
Invalid
...
additional arguments, ignored
drop
Invalid

Value

a CrunchExpr containing references to the variable x and the filter logic contained in i